home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / ss / qubecalc.zip / HARDDISK.BAT < prev    next >
DOS Batch File  |  1987-10-10  |  569b  |  17 lines

  1. echo off
  2. echo ********************QubeCalc Install Program***********************
  3. echo  This program assumes several things:
  4. echo    1. The QubeCalc floppy disk is in drive A:
  5. echo    2. Your HardDisk is drive C:
  6. echo    3. You do not have a directory on your HardDisk named QubeCalc.
  7. echo  If any of these assumptions are wrong then hit Ctrl-Break to exit.
  8. echo  Hitting any other key will begin the installation procedure.
  9. echo *******************************************************************
  10. pause
  11. C:
  12. CD \
  13. MKDIR QUBECALC
  14. CD QUBECALC
  15. COPY A:*.*
  16. A:
  17.